home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Shareware City / Developers / DSKA / mmregs.inc < prev    next >
Encoding:
Text File  |  1994-05-24  |  865 b   |  47 lines  |  [TEXT/MSWD]

  1. ;-----------------------------------------------------------;
  2.  
  3. ; MMREGS.INC                                                ;
  4.  
  5. ; (C) 1992-93                                               ;
  6.  
  7. ; Texas Instruments Inc.                                    ;
  8.  
  9. ; By: Keith Larson                                          ;
  10.  
  11. ;     TMS320Cxx DSP Applications                            ;
  12.  
  13. ;                                                           ;
  14.  
  15. ; Contains a list of commonly used values                   ;
  16.  
  17. ;-----------------------------------------------------------;
  18.  
  19. DRR     .set    0
  20.  
  21. DXR     .set    1
  22.  
  23. TIM     .set    2
  24.  
  25. PRD     .set    3
  26.  
  27. IMR     .set    4
  28.  
  29. GREG    .set    5
  30.  
  31. B2_D    .set    060h
  32.  
  33. B0_D    .set    0200h
  34.  
  35. B1_D    .set    0400h
  36.  
  37. B3_D    .set    0600h
  38.  
  39. B0_P    .set    0FA00h
  40.  
  41. B1_P    .set    0FC00h
  42.  
  43. B3_P    .set    0FE00h
  44.  
  45.  
  46. ; end of mmregs.inc
  47.